home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 September / Gamestar_65_2004-09_dvd.iso / Dema / bombermania_demo.exe / {app} / data.000 / Materials / font.material next >
Text File  |  2004-08-11  |  521b  |  38 lines

  1. gfx/2d/smallBlinkingFont
  2. {
  3.     {
  4.         map textures/fonts/smallFont.tga
  5.         blendFunc blend
  6.         alphagen wave sin 0.5 0.5 0 0.8
  7.     }
  8. }
  9.  
  10.  
  11. // menu active font
  12. gfx/2d/menuActive
  13. {
  14.     {
  15.         map textures/fonts/menuActive.tga
  16.         blendFunc blend
  17.     }
  18. }
  19.  
  20. // menu active blinking font
  21. gfx/2d/menuActiveBlinking
  22. {
  23.     {
  24.         map textures/fonts/menuActive.tga
  25.         blendFunc blend
  26.         rgbGen wave sin 0.88 0.12 0.25 0.8
  27.     }
  28. }
  29.  
  30.  
  31. // small basic font
  32. gfx/2d/smallFont
  33. {
  34.     {
  35.         map textures/fonts/smallFont.tga
  36.         blendFunc blend
  37.     }
  38. }